home *** CD-ROM | disk | FTP | other *** search
- /*
- ** 'GetPath' example
- */
-
- Options Results
- Address XTRUDER
-
- GetPath TITLE '"Select a path..."' PATH '"DH0:"'
-
- IF RC ~= 0 THEN
- RequestUser TEXT '"You forgot to select a path!"' RESPONSE '"Bugger!"'
- ELSE
- RequestUser TEXT RESULT RESPONSE '"That was the one!"'
-